object frmSplash: TfrmSplash Left = 325 Top = 258 BorderIcons = [biMinimize, biMaximize] BorderStyle = bsDialog ClientHeight = 82 ClientWidth = 320 Color = clWindow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object lblSubscription: TLabel Left = 32 Top = 20 Width = 146 Height = 13 Cursor = crHandPoint Caption = 'subscription service: activated' ParentShowHint = False ShowHint = False Transparent = True end object lblProgramVersion: TLabel Left = 32 Top = 4 Width = 74 Height = 13 Cursor = crHandPoint Caption = 'v4.5.0 (build 2)' ParentShowHint = False ShowHint = False Transparent = True end object lblSophos: TLabel Left = 32 Top = 35 Width = 134 Height = 13 Cursor = crHandPoint Caption = 'Virus detection from Sophos' ParentShowHint = False ShowHint = False Transparent = True Visible = False end object ThemeForm: TTeForm2 ThemeObject = 'Splash' Left = 280 Top = 8 end object tmrHide: TTimer Interval = 2000 Left = 227 Top = 39 end end